home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre3.z / postgre3 / src / lib / H / planner / indexnode.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-27  |  238 b   |  5 lines

  1. /* $Header: /private/postgres/src/lib/H/planner/RCS/indexnode.h,v 1.4 1991/11/15 16:22:31 hong Exp $ */
  2.  
  3. extern LispValue find_relation_indices ARGS((Rel rel));
  4. extern LispValue find_secondary_index ARGS((bool notfirst, ObjectId relid));
  5.